From: Kim F. Storm Date: Thu, 13 Feb 2003 10:33:34 +0000 (+0000) Subject: (Fmatch_data): Doc fix. Explicitly state that X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28293 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a0c02f9f795f8eab0aed7a92b95336c1f573b248;p=emacs.git (Fmatch_data): Doc fix. Explicitly state that match-data is undefined if last search failed. --- diff --git a/src/search.c b/src/search.c index a9544a2db39..0170838b599 100644 --- a/src/search.c +++ b/src/search.c @@ -2651,7 +2651,9 @@ Use `store-match-data' to reinstate the data in this list. If INTEGERS (the optional first argument) is non-nil, always use integers \(rather than markers) to represent buffer positions. If REUSE is a list, reuse it as part of the value. If REUSE is long enough -to hold all the values, and if INTEGERS is non-nil, no consing is done. */) +to hold all the values, and if INTEGERS is non-nil, no consing is done. + +Return value is undefined if the last search failed. */) (integers, reuse) Lisp_Object integers, reuse; {